home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / tabs.z / tabs
Text File  |  1998-10-20  |  10KB  |  199 lines

  1.  
  2.  
  3.  
  4. TTTTAAAABBBBSSSS((((1111))))                                                                TTTTAAAABBBBSSSS((((1111))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      tabs - set tabs on a terminal
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ttttaaaabbbbssss [tabspec] [----TTTTtype] [++++mmmmn]
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      _t_a_b_s sets the tab stops on the user's terminal according to the tab
  16.      specification _t_a_b_s_p_e_c, after clearing any previous settings.  The user's
  17.      terminal must have remotely-settable hardware tabs.
  18.  
  19.      _t_a_b_s_p_e_c Four types of tab specification are accepted for _t_a_b_s_p_e_c.  They
  20.              are described below:  canned (----_c_o_d_e), repetitive (----_n), arbitrary
  21.              (_n_1,_n_2,...), and file (--------_f_i_l_e).  If no _t_a_b_s_p_e_c is given, the
  22.              default value is ----8888, i.e., UNIX system ``standard'' tabs.  The
  23.              lowest column number is 1.  Note that for _t_a_b_s, column 1 always
  24.              refers to the leftmost column on a terminal, even one whose
  25.              column markers begin at 0, e.g., the DASI 300, DASI 300s, and
  26.              DASI 450.
  27.  
  28.      ----_c_o_d_e   Use one of the codes listed below to select a _c_a_n_n_e_d set of tabs.
  29.              The legal codes and their meanings are as follows:
  30.              ----aaaa      1,10,16,36,72
  31.                      Assembler, IBM S/370, first format
  32.              ----aaaa2222     1,10,16,40,72
  33.                      Assembler, IBM S/370, second format
  34.              ----cccc      1,8,12,16,20,55
  35.                      COBOL, normal format
  36.              ----cccc2222     1,6,10,14,49
  37.                      COBOL compact format (columns 1-6 omitted).  Using this
  38.                      code, the first typed character corresponds to card
  39.                      column 7, one space gets you to column 8, and a tab
  40.                      reaches column 12.  Files using this tab setup should
  41.                      include a format specification as follows (see _f_s_p_e_c(4)):
  42.                           <<<<::::tttt----cccc2222 mmmm6666 ssss66666666 dddd::::>>>>
  43.              ----cccc3333     1,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,67
  44.                      COBOL compact format (columns 1-6 omitted), with more
  45.                      tabs than ----cccc2222.... This is the recommended format for COBOL.
  46.                      The appropriate format specification is (see _f_s_p_e_c(4)):
  47.                           <<<<::::tttt----cccc3333 mmmm6666 ssss66666666 dddd::::>>>>
  48.              ----ffff      1,7,11,15,19,23
  49.                      FORTRAN
  50.              ----pppp      1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61
  51.                      PL/I
  52.              ----ssss      1,10,55
  53.                      SNOBOL
  54.              ----uuuu      1,12,20,44
  55.                      UNIVAC 1100 Assembler
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. TTTTAAAABBBBSSSS((((1111))))                                                                TTTTAAAABBBBSSSS((((1111))))
  71.  
  72.  
  73.  
  74.      ----_n      A _r_e_p_e_t_i_t_i_v_e specification requests tabs at columns 1+_n, 1+2*_n,
  75.              etc.  Of particular importance is the value 8888:  this represents
  76.              the UNIX system ``standard'' tab setting, and is the most likely
  77.              tab setting to be found at a terminal.  Another special case is
  78.              the value 0000, implying no tabs at all.
  79.  
  80.      _n_1,_n_2,...
  81.              The _a_r_b_i_t_r_a_r_y format permits the user to type any chosen set of
  82.              numbers, separated by commas, in ascending order.  Up to 40
  83.              numbers are allowed.  If any number (except the first one) is
  84.              preceded by a plus sign, it is taken as an increment to be added
  85.              to the previous value.  Thus, the formats 1111,11110000,22220000,33330000, and
  86.              1111,11110000,++++11110000,++++11110000 are considered identical.
  87.  
  88.      --------_f_i_l_e  If the name of a _f_i_l_e is given, _t_a_b_s reads the first line of the
  89.              file, searching for a format specification (see _f_s_p_e_c(4)).  If it
  90.              finds one there, it sets the tab stops according to it, otherwise
  91.              it sets them as ----8888.  This type of specification may be used to
  92.              make sure that a tabbed file is printed with correct tab
  93.              settings, and would be used with the _p_r(1) command:
  94.                   ttttaaaabbbbssss -------- file; pppprrrr file
  95.  
  96.      Any of the following also may be used; if a given flag occurs more than
  97.      once, the last value given takes effect:
  98.  
  99.      ----TTTT_t_y_p_e  _t_a_b_s usually needs to know the type of terminal in order to set
  100.              tabs and always needs to know the type to set margins.  _t_y_p_e is a
  101.              name listed in _t_e_r_m(5).  If no ----TTTT flag is supplied, _t_a_b_s uses the
  102.              value of the environment variable TTTTEEEERRRRMMMM.  If TTTTEEEERRRRMMMM is not defined
  103.              in the _e_n_v_i_r_o_n_m_e_n_t (see _e_n_v_i_r_o_n(5)), _t_a_b_s tries a sequence that
  104.              will work for many terminals.
  105.  
  106.      ++++mmmm_n     The margin argument may be used for some terminals.  It causes
  107.              all tabs to be moved over _n columns by making column _n+_1 the left
  108.              margin.  If ++++mmmm is given without a value of _n, the value assumed
  109.              is 11110000.  For a TermiNet, the first value in the tab list should be
  110.              1111, or the margin will move even further to the right.  The normal
  111.              (leftmost) margin on most terminals is obtained by ++++mmmm0000.  The
  112.              margin for most terminals is reset only when the ++++mmmm flag is given
  113.              explicitly.
  114.  
  115. EEEEXXXXAAAAMMMMPPPPLLLLEEEESSSS
  116.      ttttaaaabbbbssss ----aaaa      example using -_c_o_d_e (_c_a_n_n_e_d specification) to set tabs to
  117.                   the settings required by the IBM assembler:  columns 1, 10,
  118.                   16, 36, 72.
  119.  
  120.      ttttaaaabbbbssss ----8888      example of using -_n (_r_e_p_e_t_i_t_i_v_e specification), where _n is
  121.                   8888, causes tabs to be set every eighth position:
  122.                   1+(1*8), 1+(2*8), ... which evaluate to columns 9, 17, ...
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. TTTTAAAABBBBSSSS((((1111))))                                                                TTTTAAAABBBBSSSS((((1111))))
  137.  
  138.  
  139.  
  140.      ttttaaaabbbbssss 1111,,,,8888,,,,33336666  example of using _n_1,_n_2,...  (_a_r_b_i_t_r_a_r_y specification) to set
  141.                   tabs at columns 1, 8, and 36.
  142.  
  143.      ttttaaaabbbbssss --------$$$$HHHHOOOOMMMMEEEE////ffffssssppppeeeecccc....lllliiiisssstttt////aaaatttttttt4444444422225555
  144.                   example of using --_f_i_l_e (_f_i_l_e specification) to indicate
  145.                   that tabs should be set according to the first line of
  146.                   $_H_O_M_E/_f_s_p_e_c._l_i_s_t/_a_t_t_4_4_2_5 (see _f_s_p_e_c(4)).
  147.  
  148. DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
  149.      _i_l_l_e_g_a_l _t_a_b_s        when arbitrary tabs are ordered incorrectly
  150.      _i_l_l_e_g_a_l _i_n_c_r_e_m_e_n_t   when a zero or missing increment is found in an
  151.                          arbitrary specification
  152.      _u_n_k_n_o_w_n _t_a_b _c_o_d_e    when a _c_a_n_n_e_d code cannot be found
  153.      _c_a_n'_t _o_p_e_n          if --------_f_i_l_e option used, and file can't be opened
  154.      _f_i_l_e _i_n_d_i_r_e_c_t_i_o_n    if --------_f_i_l_e option used and the specification in that
  155.                          file points to yet another file.  Indirection of this
  156.                          form is not permitted
  157.  
  158. NNNNOOOOTTTTEEEESSSS
  159.      Hardware tabs must be enabled on the terminal device by entering the UNIX
  160.      command `_s_t_t_y _t_a_b_s'; otherwise the _t_a_b_s command will appear to have no
  161.      effect.  Tab and margin setting is performed via the standard output.
  162.  
  163.      There is no consistency among different terminals regarding ways of
  164.      clearing tabs and setting the left margin.
  165.  
  166.      _t_a_b_s clears only 20 tabs (on terminals requiring a long sequence), but is
  167.      willing to set 64.
  168.  
  169. WWWWAAAARRRRNNNNIIIINNNNGGGG
  170.      The _t_a_b_s_p_e_c used with the _t_a_b_s command is different from the one used
  171.      with the _n_e_w_f_o_r_m(1) command.  For example, ttttaaaabbbbssss ----8888 sets every eighth
  172.      position; whereas nnnneeeewwwwffffoooorrrrmmmm ----iiii----8888 indicates that tabs are set every eighth
  173.      position.
  174.  
  175. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  176.      stty(1), newform(1), pr(1), tput(1), fspec(4), terminfo(4), environ(5),
  177.      term(5)
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.                                                                         PPPPaaaaggggeeee 3333
  196.  
  197.  
  198.  
  199.